Initializes a new instance of the EvaluateFunctionEventArgs class.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
SyntaxC#
Copy Code
|
|---|
public EvaluateFunctionEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The name of the function.
The list of arguments to pass to the function.
An object that should be passed as an argument to the function evaluation callback.
See Also